open with porter
/porterapp/SafariのScrapboxのページからPorterへスイッチ(Switch from Safari to Porter)
をPage Menuから呼ぶ
https://gyazo.com/d4c84afa1b488a1b4766ae6aa1295a9f
code:script.js
const onClick = () => {
location.href = location.href.replace('https','sbporter');
};
scrapbox.PageMenu.addMenu({
title: "Porter",
image: "
https://gyazo.com/d4c84afa1b488a1b4766ae6aa1295a9f/raw",
onClick,
});